home *** CD-ROM | disk | FTP | other *** search
/ Night Owl's Games 2 / Night Owl's Shareware (NOPV_GAMES 2) Games Disc II (Night Owl) (1994).iso / 015a / bball.zip / PRINT.BAT < prev    next >
DOS Batch File  |  1994-02-25  |  197b  |  9 lines

  1. @echo off
  2. cls
  3. echo I will now proceed to print the seven page manual that came with this
  4. echo program. If you don't want this to happen hit Ctrl-C.
  5. echo .
  6. echo .
  7. pause
  8. type manual.txt>lpt1
  9.